Quick Pastebin
Post your code to Pastebin easily from your browser
Wat is Quick Pastebin?
Quick Pastebin is een Chrome-extensie ontwikkeld door Rishabh Mahajan, en de belangrijkste functie is "Post your code to Pastebin easily from your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Pastebin
Download Quick Pastebin-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
Quickly post your code to pastebin from this chrome browser extension.
The code for this extension is open-sourced at https://github.com/rishabhmhjn/chrome-pastebin
If you have any suggestion/issue/request, please create a new issue at https://github.com/rishabhmhjn/chrome-pastebin/issues Basisinformatie over de Extensie
| Naam | |
| ID | hmdndbgnknnelnfjiehmllanaljnejmg |
| Officiële URL | https://chromewebstore.google.com/detail/quick-pastebin/hmdndbgnknnelnfjiehmllanaljnejmg |
| Beschrijving | Post your code to Pastebin easily from your browser |
| Bestandsgrootte | 130 KB |
| Aantal Installaties | 515 |
| Huidige Versie | 0.0.9 |
| Laatst Bijgewerkt | 2013-09-13 |
| Publicatiedatum | 2013-09-12 |
| Beoordeling | 3.30/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Rishabh Mahajan |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/rishabhmhjn/chrome-pastebin |
| Help Pagina-URL | https://github.com/rishabhmhjn/chrome-pastebin/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.9",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_locale": "en",
"permissions": [
"http:\/\/pastebin.com\/api\/"
],
"background": {
"scripts": [
"scripts\/background.js"
]
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"19": "images\/icon_19.png",
"38": "images\/icon_38.png"
},
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
}
} | |