TechieRank - GitHub & Stack Overflow ranker
Check Techies' GitHub or Stack Overflow ranking
TechieRank - GitHub & Stack Overflow rankerとは何ですか?
TechieRank - GitHub & Stack Overflow rankerはhttps://techierank.comによって開発されたChromeの拡張機能で、その主な機能は「Check Techies' GitHub or Stack Overflow ranking」です。
拡張機能のスクリーンショット
TechieRank - GitHub & Stack Overflow ranker拡張機能のCRXファイルをダウンロード
TechieRank - GitHub & Stack Overflow ranker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check any developer's ranking and soft skills. Get TechieRank's free Chrome Extension to check the rank and soft skills of any GitHub or Stack Overflow profile you find on the web. Just visit anyone's GitHub or Stack Overflow profile and click the flashing TechieRank icon and get their rank instantly e.g. "user is within the top 14% of GitHub developers". We believe skill is more important than accolades. That's why employers rely on us for peace of mind knowing they have top talent.
拡張機能の基本情報
名前 | TechieRank - GitHub & Stack Overflow ranker |
ID | hafpijmdkicjolibafkgekojggaaicid |
公式URL | https://chromewebstore.google.com/detail/techierank-github-stack-o/hafpijmdkicjolibafkgekojggaaicid |
説明 | Check Techies' GitHub or Stack Overflow ranking |
ファイルサイズ | 925 KB |
インストール数 | 39 |
現在のバージョン | 2.0.8 |
最終更新日 | 2022-05-23 |
公開日 | 2021-05-15 |
開発者 | https://techierank.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://techierank.com |
ヘルプページのURL | https://techierank.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TechieRank - GitHub & Stack Overflow ranker", "author": "Reputationaire", "version": "2.0.8", "description": "Check Techies' GitHub or Stack Overflow ranking", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/stackoverflow.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "index.html", "default_title": "TechieRank", "default_icon": { "16": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-16x16.png", "32": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-32x32.png", "48": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-48x48.png", "128": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon.ico" } }, "icons": { "16": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-16x16.png", "32": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-32x32.png", "48": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon-48x48.png", "128": "techieRank_icon_favicon\/techieRank-favicon-default-background\/favicon.ico" }, "permissions": [ "identity", "tabs", "declarativeContent", "notifications" ] } |