flickr mitbbs
The extension is made to retrieve flickr photo address, with improved user experience from Kailuo
Wat is flickr mitbbs?
flickr mitbbs is een Chrome-extensie ontwikkeld door http://yuncongzhang.wordpress.com, en de belangrijkste functie is "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo".
Extensie Screenshots
Download het CRX-bestand van de extensie flickr mitbbs
Download flickr mitbbs-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
This extension can help people to get a list of their flickr photo addresses in their set or organize page. Much thanks to Kailuo for improving user experience. Basisinformatie over de Extensie
| Naam | |
| ID | fdklpjofhncchekdkfmfedneodfkilci |
| Officiële URL | https://chrome.google.com/webstore/detail/flickr-mitbbs/fdklpjofhncchekdkfmfedneodfkilci |
| Beschrijving | The extension is made to retrieve flickr photo address, with improved user experience from Kailuo |
| Bestandsgrootte | 78.53 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2014-06-01 |
| Publicatiedatum | 2014-06-01 |
| Ontwikkelaar | http://yuncongzhang.wordpress.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/needforspeed/flickr_photo_addresses |
| Help Pagina-URL | https://github.com/needforspeed/flickr_photo_addresses |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "flickr mitbbs",
"version": "1.3",
"manifest_version": 2,
"description": "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.flickr.com\/*"
],
"js": [
"jquery.js",
"popup.js"
],
"run_at": "document_end"
}
],
"permissions": [
"http:\/\/api.flickr.com\/",
"http:\/\/www.flickr.com\/",
"tabs"
],
"web_accessible_resources": [
"jquery.js"
]
} | |