Share Extensions

Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.

Co je Share Extensions?

Share Extensions je rozšíření Chrome vyvinuté http://printminion.com, a jeho hlavní funkcí je „Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Share Extensions

Stáhněte si soubory rozšíření Share Extensions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Export your favorite Google Chrome™ extensions as:
 * BBCode
 * HTML
 * Wiki
 * Text  
 * Markdown  


Share your favorite Google Chrome™ extensions via, Twitter, Google Mail™

Also you can directly enable/disable the extensions.

Follow us on twitter: http://twitter.com/ShareExtensions
Use the bug tracker for bug reporting: https://github.com/printminion/chromeExtensionsShare/issues
Add your translation here: http://www.getlocalization.com/ChromeExtensionsShare

What's new
v 0.1.12
- migrated to manifest_version 3

v 0.1.10
- fixed dialog scrolling                    

Základní Informace o Rozšíření

Název Share Extensions Share Extensions
ID chdafcbnfkfenoeejpaeenpdamhmalhe
Oficiální URL https://chrome.google.com/webstore/detail/share-extensions/chdafcbnfkfenoeejpaeenpdamhmalhe
Popis Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.
Velikost souboru 24.81 MB
Počet instalací 5,833
Aktuální Verze 0.1.12
Poslední Aktualizace 2021-04-19
Datum Vydání 2019-06-09
Hodnocení 4.04/5 Celkem 99 Hodnocení
Vývojář http://printminion.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/printminion/chromeExtensionsShare/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.1.12",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "icons": {
        "19": "images\/icon19.png",
        "24": "images\/icon24.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "management"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    }
}