Web Ninja
This extension will allow the user to grab elements on any site
Web Ninjaとは何ですか?
Web Ninjaはtenksolutionsによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow the user to grab elements on any site」です。
拡張機能のスクリーンショット
Web Ninja拡張機能のCRXファイルをダウンロード
Web Ninja拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Web Ninja, you can temporarily move elements on any web page. Allowing you to quickly explore different layouts from your browser. Features - Easy drag and drop - Good for showing a developer what modifications to make
拡張機能の基本情報
名前 | Web Ninja |
ID | dlaoclebkdipilpohjcmaoackaccphkp |
公式URL | https://chromewebstore.google.com/detail/web-ninja/dlaoclebkdipilpohjcmaoackaccphkp |
説明 | This extension will allow the user to grab elements on any site |
ファイルサイズ | 4.83 KB |
インストール数 | 44 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-12-06 |
公開日 | 2016-12-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | tenksolutions |
支払い方法 | free |
拡張機能のウェブサイト | https://tenksolutions.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Ninja", "description": "This extension will allow the user to grab elements on any site", "version": "1.0.1", "background": { "scripts": [ "grabninja.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "MAke this page editable!" }, "permissions": [ "activeTab" ] } |