complit
combine and split tabs.
Vad är complit?
complit är en Chrome-tillägg utvecklad av takc923, och dess huvudfunktion är "combine and split tabs.".
Tilläggsskärmbilder
Ladda ner complit-förlängningens CRX-fil
Ladda ner complit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
COMbine and sPLIT tabs.
To split tabs
- select tabs (shift + click or command + click tab)
- click button to create new window with selected tabs.
To combine tabs
- don't select tabs
- click button to move tabs of last focused window into current window. Grundläggande Information om Tillägg
| Namn | |
| ID | pmjnllcflhjbbicackpaihinkkhbngco |
| Officiell webbadress | https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco |
| Beskrivning | combine and split tabs. |
| Filstorlek | 10.35 KB |
| Antal Installationer | 162 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2014-10-13 |
| Publiceringsdatum | 2014-10-13 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | takc923 |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "complit",
"manifest_version": 2,
"version": "0.1.2",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"description": "combine and split tabs.",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"19": "icon.png",
"38": "icon.png"
},
"default_title": "complit!"
}
} | |