FlickrPicMonkey
Adds an "Edit in PicMonkey link to the Action menu"
Wat is FlickrPicMonkey?
FlickrPicMonkey is een Chrome-extensie ontwikkeld door visp, en de belangrijkste functie is "Adds an "Edit in PicMonkey link to the Action menu"".
Extensie Screenshots
Download het CRX-bestand van de extensie FlickrPicMonkey
Download FlickrPicMonkey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
FlickrPicMonkey adds a "Edit photo in PicMonkey" item to the "Actions" menu on your own Flickr photopages. Basisinformatie over de Extensie
| Naam | |
| ID | ghndenjnakialbecpflcknnhipancekk |
| Officiële URL | https://chromewebstore.google.com/detail/flickrpicmonkey/ghndenjnakialbecpflcknnhipancekk |
| Beschrijving | Adds an "Edit in PicMonkey link to the Action menu" |
| Bestandsgrootte | 52.88 KB |
| Aantal Installaties | 1,011 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2013-10-07 |
| Publicatiedatum | 2013-10-07 |
| Beoordeling | 3.63/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | visp |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |