Tab Notes
Allow you to write anything in new tab
Vad är Tab Notes?
Tab Notes är en Chrome-tillägg utvecklad av https://blog.wildsky.cc, och dess huvudfunktion är "Allow you to write anything in new tab".
Tilläggsskärmbilder
Ladda ner Tab Notes-förlängningens CRX-fil
Ladda ner Tab Notes-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
Features: * Easy-to-use: Just open new tab, and write down thoughts. * Manage-less: There is only one note: your new tab. * Auto-save: No worries about saving things when writing. * Theme: Support light and dark theme. * Lightweight and fast: Just try and enjoy it. * Multi-notes * Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes --- This add-on is ported from Tab Notes on Firefox. https://addons.mozilla.org/firefox/addon/tab-notes/
Grundläggande Information om Tillägg
Namn | |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
Beskrivning | Allow you to write anything in new tab |
Filstorlek | 116 KB |
Antal Installationer | 1,782 |
Aktuell Version | 3.2.0 |
Senast Uppdaterad | 2022-03-03 |
Publiceringsdatum | 2020-03-08 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | https://blog.wildsky.cc |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://readmoo.com/terms/privacy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "54.0a1" } }, "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2, "name": "Tab Notes", "version": "3.2.0", "description": "Allow you to write anything in new tab", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "browser_style": true, "default_icon": "icons\/48.png", "default_title": "Tab notes", "default_popup": "newtab.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Y" } } } } |