Prnt.sc buttons
Add buttons to Prnt.sc to navigate between images
Prnt.sc buttonsとは何ですか?
Prnt.sc buttonsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Add buttons to Prnt.sc to navigate between images」です。
拡張機能のスクリーンショット
Prnt.sc buttons拡張機能のCRXファイルをダウンロード
Prnt.sc buttons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds buttons for navigating between images on the site "https://prnt.sc/". It adds the random button for going to a random image, the next button to go to the next image in alphabetical order and the previous button to navigate to the previous button in alphabetic order.
拡張機能の基本情報
名前 | Prnt.sc buttons |
ID | cipidpjkchhadnjphbpambpbdkmlnefm |
公式URL | https://chromewebstore.google.com/detail/prntsc-buttons/cipidpjkchhadnjphbpambpbdkmlnefm |
説明 | Add buttons to Prnt.sc to navigate between images |
ファイルサイズ | 4.06 KB |
インストール数 | 116 |
現在のバージョン | 1.0 |
最終更新日 | 2020-04-08 |
公開日 | 2020-04-08 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prnt.sc buttons", "description": "Add buttons to Prnt.sc to navigate between images", "version": "1.0", "permissions": [ "activeTab" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content-script.js" ], "matches": [ "https:\/\/prnt.sc\/*" ] } ], "browser_action": { "default_title": "Append Test Text" }, "manifest_version": 2 } |