FlickrPicMonkey
Adds an "Edit in PicMonkey link to the Action menu"
Co to jest FlickrPicMonkey?
FlickrPicMonkey to rozszerzenie Chrome opracowane przez visp, a jego główną funkcją jest „Adds an "Edit in PicMonkey link to the Action menu"”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FlickrPicMonkey
Pobierz pliki rozszerzeń FlickrPicMonkey 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
FlickrPicMonkey adds a "Edit photo in PicMonkey" item to the "Actions" menu on your own Flickr photopages. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ghndenjnakialbecpflcknnhipancekk |
| Oficjalny URL | https://chromewebstore.google.com/detail/flickrpicmonkey/ghndenjnakialbecpflcknnhipancekk |
| Opis | Adds an "Edit in PicMonkey link to the Action menu" |
| Rozmiar pliku | 52.88 KB |
| Liczba instalacji | 1,011 |
| Aktualna Wersja | 3.0 |
| Ostatnia Aktualizacja | 2013-10-07 |
| Data Publikacji | 2013-10-07 |
| Ocena | 3.63/5 Łącznie 8 Oceny |
| Deweloper | visp |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"exclude_globs": [],
"exclude_matches": [],
"include_globs": [
"http:\/\/www.flickr.com\/photos\/*"
],
"js": [
"78952.user.js",
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"converted_from_user_script": true,
"description": "Adds an \"Edit in PicMonkey link to the Action menu\"",
"name": "FlickrPicMonkey",
"manifest_version": 2,
"version": "3.0"
} | |