CopyFlickr

Flickr image copy button

Vad är CopyFlickr?

CopyFlickr är en Chrome-tillägg utvecklad av https://www.civic-apps.com, och dess huvudfunktion är "Flickr image copy button".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner CopyFlickr-förlängningens CRX-fil

Ladda ner CopyFlickr-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Copy flickr image URLs, just click button.
You can customize copy template String.

** Copy flickr stopped to use content scripts. Because flickr changes pages frequently.
 Please use flickr window. **

3.0.0
- make a end the content-script
- change api http -> https
2.0.0
- new flickr(beta) limited support.
- flickr window prototype.

1.1.9
-temporary disable feature
-some bugfix

1.1.8
-update display method.

1.1.4
-bugfix for Flickr site updates, Firends Contacts

1.1.3
-bugfix for Flickr site updates

*1.1.2
- Photo Stream support.
- Omni-bar icon popup menu access  easily to option page.
- Preview
- $LONG_SIDE replace variable support.

*1.0.3
 - change variable $URL spec.

*1.0.2
 Bugfix: all template vars replace.                    

Grundläggande Information om Tillägg

Namn CopyFlickr CopyFlickr
ID egpjbhchaakkfmhkmclejpeeigahhhlj
Officiell webbadress https://chromewebstore.google.com/detail/copyflickr/egpjbhchaakkfmhkmclejpeeigahhhlj
Beskrivning Flickr image copy button
Filstorlek 229 KB
Antal Installationer 953
Aktuell Version 3.0.0
Senast Uppdaterad 2014-07-14
Publiceringsdatum 2014-07-13
Betyg 3.67/5 Totalt 9 Betyg
Utvecklare https://www.civic-apps.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.civic-apps.com/chrome-ext/copyflickr/
Hjälpsida URL http://www.civic-apps.com/chrome-ext/copyflickr/
Stödda Språk en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyFlickr",
    "manifest_version": 2,
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "version": "3.0.0",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "CopyFlickr",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon19.png",
        "jquery-2.0.3.min.map"
    ]
}