Share Extensions

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

Wat is Share Extensions?

Share Extensions is een Chrome-extensie ontwikkeld door http://printminion.com, en de belangrijkste functie is "Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Share Extensions

Download Share Extensions-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

                        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                    

Basisinformatie over de Extensie

Naam Share Extensions Share Extensions
ID chdafcbnfkfenoeejpaeenpdamhmalhe
Officiële URL https://chrome.google.com/webstore/detail/share-extensions/chdafcbnfkfenoeejpaeenpdamhmalhe
Beschrijving Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.
Bestandsgrootte 24.81 MB
Aantal Installaties 5,833
Huidige Versie 0.1.12
Laatst Bijgewerkt 2021-04-19
Publicatiedatum 2019-06-09
Beoordeling 4.04/5 Totaal 99 Beoordelingen
Ontwikkelaar http://printminion.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/printminion/chromeExtensionsShare/issues
Ondersteunde Talen 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"
        }
    }
}