Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Co to jest Add-ons for Evernote Web App?
Add-ons for Evernote Web App to rozszerzenie Chrome opracowane przez vlx, a jego główną funkcją jest „Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add-ons for Evernote Web App
Pobierz pliki rozszerzeń Add-ons for Evernote Web App w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Updated for the new Evernote Web version: highlight text with any color, sort tables, sort lists and checklists, set any font size, justify text.
Not affiliated with Evernote Corp. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
| Oficjalny URL | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
| Opis | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
| Rozmiar pliku | 27.74 KB |
| Liczba instalacji | 2,939 |
| Aktualna Wersja | 25 |
| Ostatnia Aktualizacja | 2020-11-20 |
| Data Publikacji | 2019-05-09 |
| Ocena | 4.54/5 Łącznie 26 Oceny |
| Deweloper | vlx |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
| Adres URL Strony Polityki Prywatności | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Add-ons for Evernote Web App",
"description": "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.",
"version": "25",
"permissions": [
"https:\/\/www.evernote.com\/",
"activeTab"
],
"web_accessible_resources": [
"en\/entextbeta.js",
"en\/entables.js",
"en\/enalpha.js",
"en\/enchecklist.js",
"en\/entblsort.js"
],
"icons": {
"16": "img\/ico16.png",
"48": "img\/ico48.png",
"128": "img\/ico128.png"
},
"browser_action": {
"default_icon": "img\/ico19.png",
"default_popup": "vlxevernote.html"
}
} | |