Quick Pastebin
Post your code to Pastebin easily from your browser
Quick Pastebinとは何ですか?
Quick PastebinはRishabh Mahajanによって開発されたChromeの拡張機能で、その主な機能は「Post your code to Pastebin easily from your browser」です。
拡張機能のスクリーンショット
Quick Pastebin拡張機能のCRXファイルをダウンロード
Quick Pastebin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Quick Pastebin |
ID | hmdndbgnknnelnfjiehmllanaljnejmg |
公式URL | https://chromewebstore.google.com/detail/quick-pastebin/hmdndbgnknnelnfjiehmllanaljnejmg |
説明 | Post your code to Pastebin easily from your browser |
ファイルサイズ | 130 KB |
インストール数 | 515 |
現在のバージョン | 0.0.9 |
最終更新日 | 2013-09-13 |
公開日 | 2013-09-12 |
評価 | 3.30/5 合計 10 レビュー |
開発者 | Rishabh Mahajan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rishabhmhjn/chrome-pastebin |
ヘルプページのURL | https://github.com/rishabhmhjn/chrome-pastebin/issues |
対応言語 | 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" } } |