Can I Use
Display Can I Use stats
Can I Useとは何ですか?
Can I UseはApparences Studioによって開発されたChromeの拡張機能で、その主な機能は「Display Can I Use stats」です。
拡張機能のスクリーンショット
Can I Use拡張機能のCRXファイルをダウンロード
Can I Use拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display the caniuse.com statistics directly in chrome. Lets you improve your development process by allowing you to check if the markups you use are compatible with all browser. Update (1.0.3.4): * Google Analytics * Autocomplete Display information for desktop browsers: * IE * Firefox * Chrome * Safari * Opera Display information for mobile browsers: * IOS Browser * Android default browser * Blackberry Browser * Chrome Android * Firefox Android * Opera * Opera Mini This App is not related to the website caniuse.com and his creator.
拡張機能の基本情報
名前 | Can I Use |
ID | mghkfppiikbifmgkiacnjigaggnfeikd |
公式URL | https://chromewebstore.google.com/detail/can-i-use/mghkfppiikbifmgkiacnjigaggnfeikd |
説明 | Display Can I Use stats |
ファイルサイズ | 82.03 KB |
インストール数 | 29 |
現在のバージョン | 1.0.3.4 |
最終更新日 | 2013-02-13 |
公開日 | 2013-02-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Apparences Studio |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Lord-Nazdar/canIuseChromeApp |
ヘルプページのURL | http://apparencestudio.com/?page_id=108#FAQ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Can I Use", "description": "Display Can I Use stats", "version": "1.0.3.4", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/raw.github.com\/Fyrd\/caniuse\/*" ] } |