Simple SEO

Helps to accomplish simple SEO tasks on the web page

Simple SEOคืออะไร?

Simple SEO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simple Seo Solutions และคุณลักษณะหลักของมันคือ "Helps to accomplish simple SEO tasks on the web page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple SEO

ดาวน์โหลดไฟล์ส่วนขยาย Simple SEO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Click to the badge of the extension and choose task from the drop down list.

Set an auxilary parameter, if it's necessary.

Right click on the web page and select "SimpleSeo" item in the Chrome shortcuts menu.

If the task should be performed on some text of the page, this text should be previously selected.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple SEO Simple SEO
ID indkoifbdailpbldhaepnmmfadoahpca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simple-seo/indkoifbdailpbldhaepnmmfadoahpca
คำอธิบาย Helps to accomplish simple SEO tasks on the web page
ขนาดไฟล์ 19.12 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2016-08-31
วันที่เผยแพร่ 2016-08-31
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Simple Seo Solutions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.design-sites.ru
URL หน้าช่วยเหลือ https://www.design-sites.ru/utility/simple-seo-extension.php
URL หน้านโยบายความเป็นส่วนตัว https://www.design-sites.ru/en/policy.php
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/simpleseo-19.png",
            "38": "images\/simpleseo-38.png"
        },
        "default_popup": "options.html",
        "default_title": "SimpleSeo"
    },
    "commands": {
        "direct": {
            "description": "__MSG_hotkeyn__",
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "myscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "simpleseo-128.png",
        "16": "simpleseo-16.png",
        "48": "simpleseo-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0EBzvmo8tSr4LsMaPyzMZaqti6+W2Qc7Ge2UFJ+PvnQ7Dl6aw+87vZWTBRLkykHv7cVVJrwtQYJ6cfglivJWXjEX1NtHLOpI8GS\/b7\/onFN9V2uJ7LqDYck7mxNmd1fRXC9zpz1cutdnTSMOBvGYH\/ZQp2j0tFEUOARmO1As2vy1RTJkB6z88NAIlBtCBbHr90sldAcJ8I6NvoDTDG+XSmqZ013u7QlwQ8Y6tccZtXFL95kK9hwlvWspbIHnfAINHq0hLDTnuedP7YT9xQGERnFUVHVpy8YNad4srmYUC0q7SM893AZIb6V6+zrGgfHsggX6ZQ3TiJhrQ6La7eSR8QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus",
        "contentSettings"
    ],
    "version": "2.5"
}