SLERPEE SERP SEO Tool
Optimize how your website looks in Google search results.
什么是SLERPEE SERP SEO Tool?
SLERPEE SERP SEO Tool是由https://slerpee.com开发的Chrome扩展程序,该扩展的主要功能是“Optimize how your website looks in Google search results.”。
扩展截图
下载SLERPEE SERP SEO Tool扩展crx文件
下载SLERPEE SERP SEO Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Using this extension on any public web page will load it into the SLERPEE SERP editor (website). SLERPEE Features Live Google Preview See a google SERP preview in real time as you edit your HTML title and meta description copy. Save & Share Drafts Save drafts anonymously or to your account. Share them with your colleagues, clients, or anyone to get quick feedback. Accounts Are Optional Use SLERPEE without creating an account, or create one if you want to organize your drafts.
扩展基本信息
名称 | SLERPEE SERP SEO Tool |
ID | lljiafmnknbhhffbiglmibneedmlkahl |
官方URL | https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl |
简介 | Optimize how your website looks in Google search results. |
文件大小 | 9.57 KB |
安装次数 | 1,000 |
当前版本 | 1.1 |
更新时间 | 2015-02-24 |
上架时间 | 2015-02-23 |
评分 | 5.00/5 共1次评分 |
开发者 | https://slerpee.com |
付费类型 | free |
扩展官网 | https://slerpee.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SLERPEE SERP SEO Tool", "description": "Optimize how your website looks in Google search results.", "author": "Caleb Watson", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "SLERPEE_16x16.png", "48": "SLERPEE_48x48.png", "128": "SLERPEE_128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Optimize this page using SLERPEE SERP Editor.", "default_icon": "SLERPEE_16x16.png" }, "manifest_version": 2 } |