Add Numbers to Google Search Results
Add Numbers to Google Search Results.
什么是Add Numbers to Google Search Results?
Add Numbers to Google Search Results是由https://organicsearch.agency开发的Chrome扩展程序,该扩展的主要功能是“Add Numbers to Google Search Results.”。
扩展截图
下载Add Numbers to Google Search Results扩展crx文件
下载Add Numbers to Google Search Results扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Numbers will appear next to each Google search result, so you can easily track your rankings. Useful SEO tool.
扩展基本信息
名称 | Add Numbers to Google Search Results |
ID | hmhfgamokbcmojdfcfnlalffmkkbfpjb |
官方URL | https://chromewebstore.google.com/detail/add-numbers-to-google-sea/hmhfgamokbcmojdfcfnlalffmkkbfpjb |
简介 | Add Numbers to Google Search Results. |
文件大小 | 5.81 KB |
安装次数 | 3,221 |
当前版本 | 1 |
更新时间 | 2018-12-25 |
上架时间 | 2018-12-24 |
评分 | 3.25/5 共4次评分 |
开发者 | https://organicsearch.agency |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://organicsearch.agency |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "ordinate.js" ], "matches": [ "https:\/\/www.google.com\/*" ], "run_at": "document_end" } ], "manifest_version": 2, "name": "Add Numbers to Google Search Results", "description": "Add Numbers to Google Search Results.", "version": "1", "author": "organicsearch.agency", "browser_action": { "default_icon": "organicsearch.agency.png", "default_title": "Add Numbers to Google Search Results" } } |