Scratch Tab
Tab for temporary text space. Syncs for all new tabs
Vad är Scratch Tab?
Scratch Tab är en Chrome-tillägg utvecklad av https://blog.richardkeller.net, och dess huvudfunktion är "Tab for temporary text space. Syncs for all new tabs".
Tilläggsskärmbilder
Ladda ner Scratch Tab-förlängningens CRX-fil
Ladda ner Scratch Tab-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
Simple new tab extension that acts as a note pad. The data is saved locally and synced between all "new tab" pages. Grundläggande Information om Tillägg
| Namn | |
| ID | chgoodmlemkngjcchejedfchhocadjdn |
| Officiell webbadress | https://chromewebstore.google.com/detail/scratch-tab/chgoodmlemkngjcchejedfchhocadjdn |
| Beskrivning | Tab for temporary text space. Syncs for all new tabs |
| Filstorlek | 796 KB |
| Antal Installationer | 39 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2024-02-18 |
| Publiceringsdatum | 2018-04-05 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | https://blog.richardkeller.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Scratch Tab",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"storage",
"tabs"
],
"description": "Tab for temporary text space. Syncs for all new tabs",
"homepage_url": "https:\/\/richardkeller.net",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
},
"browser_action": {
"default_icon": "icons\/icon16.png"
}
} | |