Quotes
Inspirational and famous quotes by authors you know and love. In a single click.
Vad är Quotes?
Quotes är en Chrome-tillägg utvecklad av Takeshi Nakamoto, och dess huvudfunktion är "Inspirational and famous quotes by authors you know and love. In a single click.".
Tilläggsskärmbilder
Ladda ner Quotes-förlängningens CRX-fil
Ladda ner Quotes-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
This extension has the best famous quotes, inspirational words that will motivate you day by day.
Feature:
- Clean and minimal design.
- Very simple and fast.
- Click on the icon to open the pop up, no tabs.
- More than 1500 different random quotes.
- Tweet button allows you to quickly share your favorites quotes.
Enjoy it!
By Takeshi Nakamoto. 2018 Grundläggande Information om Tillägg
| Namn | |
| ID | dfjohgimlgemdgecpbenenigohbelmlk |
| Officiell webbadress | https://chromewebstore.google.com/detail/quotes/dfjohgimlgemdgecpbenenigohbelmlk |
| Beskrivning | Inspirational and famous quotes by authors you know and love. In a single click. |
| Filstorlek | 1.86 MB |
| Antal Installationer | 204 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2018-05-13 |
| Publiceringsdatum | 2018-05-12 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Takeshi Nakamoto |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/1iTmO-vciNaxD8sSOc3kn6xVfb8JLCCIvBNeAGppqofg |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quotes",
"description": "Inspirational and famous quotes by authors you know and love. In a single click.",
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"offline_enabled": true,
"manifest_version": 2,
"version": "2.0"
} | |