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 |
官方網址 | 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 } |