Tiny notes
Create your tiny notes without leaving current tab
Vad är Tiny notes?
Tiny notes är en Chrome-tillägg utvecklad av taras.d, och dess huvudfunktion är "Create your tiny notes without leaving current tab".
Tilläggsskärmbilder
Ladda ner Tiny notes-förlängningens CRX-fil
Ladda ner Tiny 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
Grundläggande Information om Tillägg
Namn | Tiny notes |
ID | bhpicdlgfpjaidahkmfddkehnmlbljed |
Officiell webbadress | https://chromewebstore.google.com/detail/tiny-notes/bhpicdlgfpjaidahkmfddkehnmlbljed |
Beskrivning | Create your tiny notes without leaving current tab |
Filstorlek | 38.17 KB |
Antal Installationer | 71 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2017-02-20 |
Publiceringsdatum | 2017-02-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | taras.d |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny notes", "version": "1.0.3", "description": "Create your tiny notes without leaving current tab", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Tiny notes", "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" } } } |