Tabbie
The missing tab manager for Chrome
Vad är Tabbie?
Tabbie är en Chrome-tillägg utvecklad av hharnisc, och dess huvudfunktion är "The missing tab manager for Chrome".
Tilläggsskärmbilder
Ladda ner Tabbie-förlängningens CRX-fil
Ladda ner Tabbie-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
The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use. Grundläggande Information om Tillägg
| Namn | |
| ID | aingjdeimmekeknhjcbnigfbfbboffeo |
| Officiell webbadress | https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo |
| Beskrivning | The missing tab manager for Chrome |
| Filstorlek | 106 KB |
| Antal Installationer | 3,107 |
| Aktuell Version | 0.4.1 |
| Senast Uppdaterad | 2017-03-19 |
| Publiceringsdatum | 2017-03-19 |
| Betyg | 3.62/5 Totalt 29 Betyg |
| Utvecklare | hharnisc |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabbie",
"short_name": "Tabbie",
"description": "The missing tab manager for Chrome",
"version": "0.4.1",
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |