Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Co to jest Site Reminder?
Site Reminder to rozszerzenie Chrome opracowane przez Boutell.Com, Inc., a jego główną funkcją jest „Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Site Reminder
Pobierz pliki rozszerzeń Site Reminder 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
Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.
Podstawowe informacje o rozszerzeniu
Nazwa | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
Oficjalny URL | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Opis | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
Rozmiar pliku | 12.49 KB |
Liczba instalacji | 478 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2013-09-30 |
Data Publikacji | 2013-09-29 |
Ocena | 4.43/5 Łącznie 21 Oceny |
Deweloper | Boutell.Com, Inc. |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Reminder", "version": "1.0.3", "manifest_version": 2, "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "icons": [ "icon.png", "large-icon.png" ], "default_popup": "backendController.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "warning.html" ] } |